'Declaration
Public Overloads Sub AddPolygon( _ ByVal points() As NPointD, _ ByVal startIndex As System.Integer, _ ByVal count As System.Integer _ )
'Usage
Dim instance As NGraphicsPath Dim points() As NPointD Dim startIndex As System.Integer Dim count As System.Integer instance.AddPolygon(points, startIndex, count)
public void AddPolygon( NPointD[] points, System.int startIndex, System.int count )
Parameters
- points
- startIndex
- count